home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / libgda2-common / README < prev   
Encoding:
Text File  |  2007-01-09  |  2.7 KB  |  70 lines

  1. README file for libgda
  2. ======================
  3.  
  4. GNU Data Access (GDA) is an attempt to provide uniform access to 
  5. different kinds
  6. of data sources (databases, information servers, mail spools, etc).
  7. It is a complete architecture that provides all you need to access
  8. your data.
  9. It is defined by a set of plugin APIs as generic as possible
  10. (but very powerful at the same time) so that any kind of data source
  11. can be accessed through them.
  12.  
  13. libgda is an interface to the GDA architecture, providing a nice
  14. wrapper around the GDA interfaces, for both the client and the server
  15. parts. It also provides a bunch of tools to help you both in the
  16. development and management of your data sources, all done through
  17. the GDA model's interfaces.
  18.  
  19. libgda was part of the GNOME-DB project (http://www.gnome.org/projects/gnome-db),
  20. but has been separated from it to allow non-GNOME applications to be
  21. developed based on it.
  22.  
  23. libgda is released under the terms of the GPL and LGPL licenses. The specific
  24. parts of the architecture are licensed under one of them: executables, such as
  25. the command-line tools and the database providers are licensed under the
  26. GPL license, which means that any work derived from it must also adhere to the
  27. terms of the GPL license. Libraries (libgda, libgda-sql,
  28. libgda-report) are, on the other hand, licensed under the LGPL license, which
  29. allows for commercial applications to be developed based on libgda.
  30.  
  31. Dependencies
  32. ------------
  33. To compile libgda, you must have the following packages installed:
  34. glib 2.0 or newer
  35. gnome-xml
  36. You can get all these packages from ftp.gnome.org.
  37.  
  38. Subdirectories
  39. --------------
  40. doc: the libgda api documentation
  41. libgda: the actual libgda library
  42. po: translation files for other languages than English
  43. providers: some GDA service providers
  44. tools: useful helper programs
  45. testing: tools for testing and test programs
  46.  
  47. Checking your Installation
  48. --------------------------
  49. libgda comes with a test program (gda-test, under the testing/ directory)
  50. which can be used to see if libgda and the providers work correctly. It
  51. is going to be a complete test suite for the libgda installation, and a
  52. diagnostic system that even tells you some hints on how to proceed if an
  53. error occurs.
  54. Use it if, after a successful installation, you're having problems making
  55. libgda work.
  56.  
  57. Further information
  58. -------------------
  59. libgda comes with a automatic installation tool. For a guide on how to
  60. install libgda, see the file named INSTALL.
  61.  
  62. libgda comes with NO WARRANTY, to the extent permitted by law. You may
  63. redistribute copies of libgda under the terms of the GNU General
  64. Public License. For more information about these matters, see the file
  65. named COPYING.
  66.  
  67. For errors you find in the code or the documentation, please contact
  68. gnome-db-list@gnome.org or the author of the file.
  69.  
  70.